@-webkit-keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.index_main {
    background: #f7f7f7
}

.index_main .section1 {
    position: relative
}

.index_main .section1 .index_banner .item {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative
}

.index_main .section1 .index_banner .item.slick-current .scaleBg {
    visibility: visible;

}

.index_main .section1 .index_banner .items {
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: -65px auto 0;
    z-index: 0;

}

.index_main .itban1 {
    position: absolute;
    top: 15%;
}

.index_main .itban2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index_main .itban3 {
    position: absolute;
    top: 28%;
}

@media (max-width: 1200px) {
    .motop {
        top: 0!important;
    }
}


@media screen and (max-width:767px) {
    header {
        display: inline-block;
    }

    .index_main .itban1 {
        position: absolute;
        top: 40%;
        left: -70%;
    }

    .index_main .itban3 {
        position: absolute;
        top: 40%;
        left: -70%;
    }

}


.index_main .section1 .index_banner .items:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.index_main .section1 .index_banner .item .inner .block_txt {
    position: absolute;
    top: 44%;
    right: 10px;
    left: 10px;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.index_main .section1 .index_banner .item.active .inner .block_txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms
}

.index_main .section1 .index_banner .item .inner .block_txt h3 {
    color: #fff;
    font-size: 60px;
    text-align: center;

}

.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 20.5px;
    color: #fff;
    padding-top: 10px;
    text-align: center;

}

.index_main .section1 .index_banner .item .inner .block_txt h2 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 5px
}

.index_main .section1 .index_banner .item .inner .block_txt h2 span {
    color: #f5c920;
    display: inline-block;
    letter-spacing: 5px
}


.index_main .section1 .slick_txt {
    width: 30%;
    height: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    font-size: 0;
    outline: none;
    border: 0
}

.index_main .section1 .left {
    left: 0
}

.index_main .section1 .right {
    right: 0
}

.index_main .section1 .slick_txt:hover .slick_arrow {
    opacity: 1;
    visibility: visible
}

.index_main .section1 .slick_txt .slick_arrow {
    width: 30px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    opacity: 0;
    visibility: hidden
}

.index_main .section1 .slick_txt .prev {
    background-image: url(../images/ban_prev.png);
    left: 90px
}

.index_main .section1 .slick_txt .next {
    background-image: url(../images/ban_next.png);
    right: 90px
}

.index_main .section1 .slick_txt .prev:hover {
    background-image: url(../images/ban_prev_hover.png)
}

.index_main .section1 .slick_txt .next:hover {
    background-image: url(../images/ban_next_hover.png)
}

.index_main .section1 .number {
    position: absolute;
    bottom: 8%;
    left: 50%;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    display: table;
    padding: 0 20px;
    width: auto;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.index_main .section1 .number span {
    font-family: myriad pro, microsoft yahei;
    font-size: 14px;
    color: #fff;
    margin-right: 100px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease
}

.index_main .section1 .number span:last-child {
    margin-right: 0
}

.index_main .section1 .number span:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease
}

.index_main .section1 .number span.active:after {
    width: 100%;
    opacity: 1;
    visibility: visible
}

.index_main .section2 {
    width: 100%;
    height: 100%;
    background: url(../images/index2.jpg) no-repeat;
    background-size: cover;

}

.sect2top {
    padding-top: 10%;
}

.sectitle h3 {
    padding-top: 30px;
}

/* 
动画
.index_main .section2.active h2{animation: bounceInLeft 1.2s 0.5s;}
.index_main .section2.active a{animation: bounceInRight 1.2s 0.5s;}

.index_main .section3.active h2{animation: bounceInRight 1.2s 0.5s;}
.index_main .section3.active h5{animation: bounceInRight 1.4s 0.5s;}

.index_main .section3.active a{animation: bounceInLeft 1.6s 0.5s;}

.index_main .section4.active h2{animation: bounceInLeft 1.2s 0.5s;}
.index_main .section4.active a{animation: bounceInRight 1.2s 0.5s;}

.index_main .section5.active li:nth-child(1)  {animation: fadeInUp 1s 0.5s;}
.index_main .section5.active li:nth-child(2)  {animation: fadeInUp 1.4s 0.5s;}
.index_main .section5.active li:nth-child(3)  {animation: fadeInUp 1.8s 0.5s;}


.index_main .section2 {padding: 0 12%;}
.index_main .section2 .sec2txt{text-align: right;}
.index_main .section2 .sec2txt h2{font-size:50px;font-weight: bold;color: #fff;}
.index_main .section2 .hbtns{margin-top: 30px;padding: 10px 40px;}


  */

.index_main .section3 {
    width: 100%;
    height: 100%;
    background: url(../images/index3.jpg) no-repeat;
    background-size: cover;
}

.index_main .section3 h3 {
    text-align: center
}

.index_main .section4 {
    width: 100%;
    height: 100%;
    background: url(../images/index4.jpg) no-repeat;
    background-size: cover;
}

.index_main .section5 {
    width: 100%;
    height: 100%;
    background: url(../images/index5.jpg) no-repeat;
    background-size: cover;
}


@media only screen and (max-width:1600px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 28px
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 60px
    }


}

@media only screen and (max-width:1440px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 24px
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 40px
    }


}

@media only screen and (max-width:1366px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 20px
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 26px
    }



    .index_main .section1 .index_banner .slick-arrow {
        background-size: auto 30px
    }
}

@media only screen and (max-width:1300px) {
    #footernav li {
        width: 15%;
    }
}

@media only screen and (max-width:1199px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 12px;
        padding-left: 0;
        text-align: center;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 22px
    }

    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 30px;
        text-align: center;
        padding-left: 0;
        font-weight: bold;
    }
}

@media only screen and (max-width:992px) {
    .index_main .section1 .index_banner .item {
        height: 100vh
    }

    .index_main .section1 .index_banner .item .inner .block_txt {
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 40px;
        top: 42%
    }

    .index_main .section1 .index_banner .slick-arrow {
        display: none !important
    }

    .index_main .section1 .index_banner .slick-dots {
        position: absolute;
        bottom: 12px
    }

    .index_main .section1 .index_banner .slick-dots li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid #fff
    }

    .index_main .section1 .index_banner .slick-dots li button {
        display: none
    }

    .index_main .section1 .index_banner .slick-dots li.slick-active {
        background: #fff
    }

    .index_main .section1 .number {
        bottom: 12%;
        display: none
    }

    .index_main .section1 .number span {
        margin-right: 22px
    }

    .index_main .section1 .number span:after {
        bottom: -14px
    }

    .header .left a img {
        height: 40px;
    }

    .header {
        height: 60px;
    }
}

@media only screen and (max-width:768px) {
    #footernav li:nth-child(7) {
        float: right;
        ;
        width: 100%;
    }

    #footernav li {
        width: 33%;
        min-height: 210px;
        padding: 10px 0;
    }

    .index_main .section6 {
        padding: 0 5%;
    }

    .footerbot {
        text-align: center;
        line-height: 30px;
    }

    .footerbot span {
        float: none;
    }

    .sec6tit p {
        padding: 10px 0;
    }

    .sec6tit img {
        max-width: 100%;
    }

    .ftimg {
        display: none !important;
    }
}

@media only screen and (max-width:767px) {
    .index_main .section2 {
        padding: 0 8%;
    }

    .index_main .section2 .sec2txt {
        text-align: center;
    }

    .index_main .section2 .sec2txt h2 {
        font-size: 24px;
    }

    .index_main .section3 {
        padding: 0 8%;
    }

    .index_main .section3 .sec3txt {
        text-align: center;
    }

    .index_main .section3 .sec3txt h5 {
        font-size: 20px;
    }

    .index_main .section3 .sec3txt h2 {
        font-size: 24px;
    }

    .index_main .section4 {
        padding: 0 8%;
    }

    .index_main .section4 .sec4txt {
        text-align: center;
    }

    .index_main .section4 .sec4txt h2 {
        font-size: 24px;
    }

    .index_main .section5 {
        padding: 0 5%;
    }

    .banner2 {
        display: block;
        width: 100%;
    }

    .banner2 .swiper-slide img {
        width: 100%;
    }

    .banner2 h3 {
        color: #333;
        font-size: 18px;
        padding: 20px 0 20px 0;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .banner2 p {
        color: #666;
        font-size: 14px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .banner2 {
        padding: 0 10%;
        padding-top: 20px;
    }

    .banner2 .swiper-slide {
        width: 100%;
    }

    .banner2 .swiper-button-prev,
    .banner2 .swiper-container-rtl .swiper-button-next {
        left: -2%;
        background: none;
        outline: none;
        font-size: 50px;
        color: #666;
        font-family: "宋体";
        height: 80px;
        margin-top: -40px;
        width: 40px;
    }

    .banner2 .swiper-button-next,
    .banner2 .swiper-container-rtl .swiper-button-prev {
        right: -5%;
        background: none;
        outline: none;
        font-size: 50px;
        color: #666;
        font-family: "宋体";
        height: 80px;
        margin-top: -40px;
        width: 40px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        color: #fff;
    }

    .banner2 .swiper-button-prev,
    .banner2 .swiper-container-rtl .swiper-button-next {
        left: 2%;
        margin-top: 40px;
    }

    .banner2 .swiper-button-next,
    .banner2 .swiper-container-rtl .swiper-button-prev {
        right: 0%;
        margin-top: 40px;
    }

    .index_main .section1 .slick_txt .slick_arrow {
        display: none;
    }

    .indexnews {
        display: none;
    }

    .secnews h2 {
        font-size: 30px;
        padding-bottom: 20px;
    }


    #footernav li:nth-child(4) {
        display: none;
    }

    #footernav li:nth-child(5) {
        display: none;
    }

    #footernav li:nth-child(6) {
        display: none;
    }

    .footerbot {
        width: 90%;
        left: 5%;
        line-height: 20px;
    }

    .footerbot p {
        font-size: 12%;
    }

    .sec6tit p {
        padding: 5px;
        font-size: 18px;
        margin-bottom: 0;
    }

    #footernav li {
        min-height: 180px;
    }
}

@media only screen and (max-width:340px) {}

@media only screen and (max-width:320px) {}